Skip to content

Commit

Permalink
Merge pull request #13 from heyvaldemar/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-5
  • Loading branch information
heyvaldemar committed Apr 15, 2024
2 parents 43a9cbb + 4a3df56 commit 4b6c969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/00-publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and Push Image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
tags: heyvaldemar/quake3-server:latest, heyvaldemar/quake3-server:${{ github.sha }}
Expand Down

0 comments on commit 4b6c969

Please sign in to comment.