Skip to content

Commit 5a590c3

Browse files
committed
CI: Stop using SHA-pinned docker actions, use tags instead
1 parent e72a6c3 commit 5a590c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -741,21 +741,21 @@ jobs:
741741
uses: actions/checkout@v5
742742

743743
- name: Log in to the Container registry
744-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
744+
uses: docker/login-action@v3
745745
with:
746746
registry: ${{ env.REGISTRY }}
747747
username: ${{ github.actor }}
748748
password: ${{ secrets.GITHUB_TOKEN }}
749749

750750
- name: Extract metadata (tags, labels) for image registry
751751
id: meta
752-
uses: docker/metadata-action@418e4b98bf2841bd337d0b24fe63cb36dc8afa55
752+
uses: docker/metadata-action@v5
753753
with:
754754
images: ${{ env.REGISTRY }}/igniterealtime/${{ env.IMAGE_NAME }}
755755

756756
- name: Build and push Docker image
757757
id: push
758-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
758+
uses: docker/build-push-action@v6
759759
with:
760760
context: .
761761
push: true

0 commit comments

Comments
 (0)