Skip to content

Commit

Permalink
fix: remove version from registry
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed May 15, 2024
1 parent b90895b commit 62bd9f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ run-name: Build Arches base
on: [push]
env:
ARCHES_BASE: flaxandteal/arches-base
ARCHES_VERSION: "7.5-dev"
REGISTRY: ghcr.io
jobs:
Build-Arches:
Expand All @@ -30,7 +29,7 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.ARCHES_BASE }}-${{ env.ARCHES_VERSION }}
images: ${{ env.REGISTRY }}/${{ env.ARCHES_BASE }}
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
Expand Down

0 comments on commit 62bd9f1

Please sign in to comment.