Skip to content

Commit

Permalink
ci: fix docker image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwang committed Oct 14, 2023
1 parent da6140b commit a35a065
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -57,5 +57,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
trevorwang/unpub:latest
trevorwang/unpub:master
trevorwang/docker-unpub:latest

0 comments on commit a35a065

Please sign in to comment.