File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424
2525 - name : Log in to the Container registry
26- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
26+ uses : docker/login-action@v3
2727 with :
2828 registry : ${{ env.REGISTRY }}
2929 username : ${{ github.actor }}
3737
3838 - name : Extract metadata (tags, labels) for Docker
3939 id : metaApi
40- uses : docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
40+ uses : docker/metadata-action@v5
4141 with :
4242 images : ${{ env.REGISTRY }}/thomasneuberger/tghomebot-api
4343 tags : |
4747
4848 # https://github.com/docker/build-push-action#inputs
4949 - name : Build and push Docker image
50- uses : docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
50+ uses : docker/build-push-action@v6
5151 with :
5252 context : .
5353 file : ./TgHomeBot.Api/Dockerfile
You can’t perform that action at this time.
0 commit comments