Commit 21b257d 1 parent e6b1f5c commit 21b257d Copy full SHA for 21b257d
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
username : ${{ github.actor }}
43
43
password : ${{ secrets.GITHUB_TOKEN }}
44
44
- id : meta # Used to pass data into next step
45
- uses : docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681
45
+ uses : docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
46
46
with :
47
47
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
48
48
- uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
Original file line number Diff line number Diff line change 24
24
username : ${{ github.actor }}
25
25
password : ${{ secrets.GITHUB_TOKEN }}
26
26
- id : meta # Used to pass data into next step
27
- uses : docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681
27
+ uses : docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
28
28
with :
29
29
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
30
30
- uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
You can’t perform that action at this time.
0 commit comments