Skip to content

Commit

Permalink
Update workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jul 10, 2024
1 parent 15c1127 commit 9999c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Clean up feature branch
name: Delete container image

on:
delete:
Expand All @@ -13,7 +13,7 @@ jobs:
id: version-tag
run: echo "VERSION=$(echo "${{ github.event.ref }}" | sed -e 's,/,-,g')" >> "$GITHUB_OUTPUT"
- name: Debug
run: echo "Clean up Docker image v${{ steps.version-tag.outputs.VERSION }}"
run: echo "Delete container image ${{ steps.version-tag.outputs.VERSION }}"
- name: Delete image
if: ${{ steps.version-tag.outputs.VERSION }}
uses: bots-house/ghcr-delete-image-action@v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove-untagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- name: Remove untagged Docker images
uses: nationalarchives/ds-docker-actions/.github/actions/remove-untagged@main
with:
docker-image-name: ${{ vars.DOCKER_IMAGE_NAME }}
docker-image-name: example-flask-application
github-token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ services:
- 81:8080
volumes:
- ./:/app

dev:
image: ghcr.io/nationalarchives/tna-python-dev:latest
volumes:
Expand Down

0 comments on commit 9999c9a

Please sign in to comment.