Skip to content

Commit

Permalink
Build and push to ipbhalle/metfragweb
Browse files Browse the repository at this point in the history
  • Loading branch information
René Meier committed Jan 11, 2022
1 parent 1818ef0 commit f31d0f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:

push_to_registry:
docker:

name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
Expand All @@ -32,6 +32,6 @@ jobs:
with:
context: .
push: true
tags: latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f31d0f7

Please sign in to comment.