Skip to content

Commit

Permalink
New action.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Feb 29, 2024
1 parent c461341 commit 3dd019f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "tag=${short/master/latest}" >> "${GITHUB_ENV}"
- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
tags: robertdebock/docker-centos-openssh:${{ env.tag }}

0 comments on commit 3dd019f

Please sign in to comment.