diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 76eaa24..34150b1 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -14,6 +14,11 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@v3 + - name: Docker meta + id: meta + uses: docker/metadata-action@v4 + with: + images: gitbucket/gitbucket - name: Set up QEMU uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx @@ -30,5 +35,4 @@ jobs: file: ./Dockerfile platforms: linux/amd64,linux/arm64 push: true - tags: | - gitbucket/gitbucket + tags: ${{ steps.meta.outputs.tags }}