Skip to content

Commit

Permalink
Using files added in a previous steps for Docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnglkv committed Aug 30, 2024
1 parent 840c3e0 commit 7c9ee68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 7c9ee68

Please sign in to comment.