From a3178fffd5269b420760006201628d8fe87c998c Mon Sep 17 00:00:00 2001 From: Lars Falk-Petersen Date: Wed, 11 Sep 2024 15:56:42 +0200 Subject: [PATCH] Tag container image and push to ghcr --- .github/workflows/docker-image.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index bdb9449..2059ea0 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -41,7 +41,6 @@ jobs: - name: Build the Docker image uses: docker/build-push-action@v6 with: - run: docker build . --file Dockerfile --tag sedr:$(date +%s) push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}