Compare commits
3 Commits
5f9235c9dc
...
8f6b1af8ad
Author | SHA1 | Date | |
---|---|---|---|
|
8f6b1af8ad | ||
|
90c8d30e3f | ||
|
ad9128acea |
6
.github/workflows/release-image.yml
vendored
6
.github/workflows/release-image.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Log into the container registry
|
||||
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
|
||||
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Extract metadata for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@906ecf0fc0a80f9110f79d9e6c04b1080f4a2621
|
||||
uses: docker/metadata-action@8e1d5461f02b7886d3c1a774bfbd873650445aa2
|
||||
with:
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@7e094594beda23fc8f21fa31049f4b203e51096b
|
||||
uses: docker/build-push-action@31ca4e5d51253d7e4a2317bfe74699cbe3a398a9
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
Reference in New Issue
Block a user