Skip to content

Commit

Permalink
Bump GH action version
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Nov 11, 2024
1 parent 065c556 commit 1a9d673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ jobs:
steps:
-
name: 🔒 Set Calver Version
uses: Nelyx/action-calver@v1.0.0
uses: Nelyx/action-calver@v1.1.0
id: setcalver
with:
default_branch: 'refs/heads/smw-jobrunner'
format: 'YY.MM.DD'
-
name: 🔑 Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: 🏗️ Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: true
no-cache: true
Expand Down

0 comments on commit 1a9d673

Please sign in to comment.