Skip to content

Commit

Permalink
Update build-push-action to v6 and switch to branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
manning-ncsa committed Jul 12, 2024
1 parent 74446f5 commit 76d979f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build-latest
on:
push:
branches:
- 'master'
- 'main'
paths:
- '**'
- '.github/workflows/build-latest.yaml'
Expand Down Expand Up @@ -43,12 +43,12 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: hub.ncsa.illinois.edu/des-public/desdm-public:latest
# From https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#github-cache
# From https://github.com/docker/build-push-action/blob/main/docs/advanced/cache.md#github-cache
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
-
Expand Down

0 comments on commit 76d979f

Please sign in to comment.