Skip to content

Commit

Permalink
fix(docker): specify full image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Aug 28, 2023
1 parent 3971ae7 commit f3222e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/flow-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@ jobs:
username: mykso
password: ${{ secrets.MYKSO_DOCKERHUB_TOKEN }}

- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v2

- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: latest
tags: ${{ env.image_name }}:latest
platforms: ${{ env.platforms }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit f3222e5

Please sign in to comment.