Skip to content

Commit

Permalink
changing image tag, hopefully it will push right
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Aug 20, 2023
1 parent f996fac commit f4859ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -27,7 +27,7 @@ jobs:

steps:
# Get and log the free space
- name: Build
- name: Get system free space (Before reclaim)
run: |
echo "Free space:"
df -h
Expand All @@ -53,7 +53,7 @@ jobs:
docker-images: true

# Get and log the free space
- name: Build
- name: Get system free space (After reclaim)
run: |
echo "Free space:"
df -h
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
with:
context: "{{defaultContext}}:docker/env-cuda-11-8"
push: ${{ github.event_name != 'pull_request' }} # Don't push on PR
tags: "env-cuda-11-8"
tags: "{{ env.REGISTRY }}/{{ env.IMAGE_NAME }}:env-cuda-11-8"
# tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha,src=docker/env-cuda-11-8
Expand Down

0 comments on commit f4859ee

Please sign in to comment.