Skip to content

Commit

Permalink
fix typo, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Jan 2, 2023
1 parent e13616d commit 741082a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: spheal_meta # you'll use this in the next step
id: sealeo_meta # you'll use this in the next step
uses: docker/metadata-action@v3
with:
# list of Docker images to use as base name for tags
Expand All @@ -62,5 +62,5 @@ jobs:
VPN_INFO=${{ secrets.VPN_INFO }}
platforms: linux/amd64,linux/arm64/v8
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.spheal_meta.outputs.tags }},ghcr.io/fortheusers/sealeo:latest
labels: ${{ steps.spheal_meta.outputs.labels }}
tags: ${{ steps.sealeo_meta.outputs.tags }},ghcr.io/fortheusers/sealeo:latest
labels: ${{ steps.sealeo_meta.outputs.labels }}

0 comments on commit 741082a

Please sign in to comment.