Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update Docker Hub repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
akf committed Feb 9, 2024
1 parent 0103002 commit 9e92098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
natep18f/container-cypress-test
amyfarrellatgsa/container-cypress-test
tags: |
type=ref,event=branch
type=semver,pattern={{major}}.{{minor}}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM natep18f/container-cypress-test:container-build
FROM amyfarrellatgsa/container-cypress-test:container-build

WORKDIR /app_modules
RUN npm install \
Expand Down

0 comments on commit 9e92098

Please sign in to comment.