summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-14 05:37:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-14 05:37:57 +0000
commit764fe1d30bdf8202a3abcfeed1275941995b3fa8 (patch)
tree0bcedb592c11410a68f971d1542c9f852e965081 /.github
parentReleasing debian version 2.3~rc1-2. (diff)
downloadnvme-stas-764fe1d30bdf8202a3abcfeed1275941995b3fa8.tar.xz
nvme-stas-764fe1d30bdf8202a3abcfeed1275941995b3fa8.zip
Merging upstream version 2.3~rc2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker-publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index a702e27..a94e7b3 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -48,14 +48,14 @@ jobs:
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
- uses: docker/metadata-action@2c0bd771b40637d97bf205cbccdd294a32112176
+ uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
- uses: docker/build-push-action@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf
+ uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
with:
context: .
push: ${{ github.event_name != 'pull_request' }}