Skip to content

Commit

Permalink
Merge branch 'tickets/DM-47057'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Oct 22, 2024
2 parents e2f82a4 + 87e56a1 commit 41d9508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
#
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# || startsWith(github.head_ref, 'tickets/')

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: lsst-sqre/build-and-push-to-ghcr@v1
id: build
Expand Down

0 comments on commit 41d9508

Please sign in to comment.