aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-and-publish.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-and-publish.yml')
-rw-r--r--.github/workflows/build-and-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml
index 9bffdac..c7a26b1 100644
--- a/.github/workflows/build-and-publish.yml
+++ b/.github/workflows/build-and-publish.yml
@@ -70,7 +70,7 @@ jobs:
70 platforms: linux/amd64,linux/arm64 70 platforms: linux/amd64,linux/arm64
71 push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }} 71 push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
72 tags: ${{ steps.meta.outputs.tags }} 72 tags: ${{ steps.meta.outputs.tags }}
73 labels: ${{ steps.meta.outputs.labels }} 73 labels: ${{ steps.meta.outputs.labels }}, getferdi/ferdi-server:latest
74 74
75 - name: Image digest 75 - name: Image digest
76 run: echo ${{ steps.docker_build.outputs.digest }} 76 run: echo ${{ steps.docker_build.outputs.digest }}