Skip to content

Commit

Permalink
Tag container image and push to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Sep 11, 2024
1 parent 16a1f8b commit a3178ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a3178ff

Please sign in to comment.