Skip to content

Commit

Permalink
Helps if we replace _all_ references
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
  • Loading branch information
PromoFaux committed Jul 10, 2023
1 parent b44c052 commit ef03be0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/development-v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
with:
ref: v6-alpine-play
ref: development-v6

- name: Docker meta (Docker Hub and GitHub Container Registry)
id: meta
Expand All @@ -42,7 +42,7 @@ jobs:
flavor: |
latest=false
tags: |
v6-alpine-play
development-v6
- name: Login to DockerHub and GitHub Container Registry
uses: ./.github/actions/login-repo
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
flavor: |
latest=false
tags: |
v6-alpine-play
development-v6
- name: Create manifest list and push (${{ matrix.registry }})
working-directory: /tmp/digests/${{ matrix.registry }}
Expand Down

0 comments on commit ef03be0

Please sign in to comment.