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 @@ -741,21 +741,21 @@ jobs:
741
741
uses : actions/checkout@v5
742
742
743
743
- name : Log in to the Container registry
744
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
744
+ uses : docker/login-action@v3
745
745
with :
746
746
registry : ${{ env.REGISTRY }}
747
747
username : ${{ github.actor }}
748
748
password : ${{ secrets.GITHUB_TOKEN }}
749
749
750
750
- name : Extract metadata (tags, labels) for image registry
751
751
id : meta
752
- uses : docker/metadata-action@418e4b98bf2841bd337d0b24fe63cb36dc8afa55
752
+ uses : docker/metadata-action@v5
753
753
with :
754
754
images : ${{ env.REGISTRY }}/igniterealtime/${{ env.IMAGE_NAME }}
755
755
756
756
- name : Build and push Docker image
757
757
id : push
758
- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
758
+ uses : docker/build-push-action@v6
759
759
with :
760
760
context : .
761
761
push : true
You can’t perform that action at this time.
0 commit comments