File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
2121 uses : actions/checkout@v4
2222
2323 - name : Log in to Docker Hub
24- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
24+ uses : docker/login-action@v3
2525 registry : ghcr.io
2626 with :
2727 username : ${{ github.actor }}
2828 password : ${{ secrets.GITHUB_TOKEN }}
2929
3030 - name : Extract metadata (tags, labels) for Docker
3131 id : meta
32- uses : docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
32+ uses : docker/metadata-action@9v5
3333 with :
3434 images : ghcr.io/fiboa/fiboa-sda
3535
3636 - name : Build and push Docker image
3737 id : push
38- uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
38+ uses : docker/build-push-action@v6
3939 with :
4040 context : .
4141 file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments