Skip to content

Commit

Permalink
Updated Docker CI to build on SNP 5.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 authored Aug 16, 2024
1 parent e7d8691 commit d4bb7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
context: .
file: docker/Dockerfile
build-args: |
TAG=${{ matrix.distro }}-4.6
TAG=${{ matrix.distro }}-5.0
push: ${{ env.PUSH_DOCKER_IMAGE }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit d4bb7de

Please sign in to comment.