Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed May 14, 2024
1 parent 83884b5 commit 0f59c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Publishes Docker images to Github Container Repository (ghcr.io),
# and runs the automated tests with pytest.

name: CI
name: Docker

on:
push:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
id: build
uses: docker/build-push-action@v5
with:
tag: ${{ env.REGISTRY }}/${{ env.ISPG_IMAGE }}
tags: ${{ env.REGISTRY }}${{ env.ISPG_IMAGE }}
cache-from: type=gha
cache-to: type=gha,mode=max
outputs: |
Expand Down

0 comments on commit 0f59c52

Please sign in to comment.