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

Commit

Permalink
Update DockerHub repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
akf committed Feb 9, 2024
1 parent eaf6adc commit 593df39
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-ui.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
Expand Up @@ -7,7 +7,7 @@ ARG CHROME_VERSION='117.0.5938.132-1'
ARG EDGE_VERSION='117.0.2045.40-1'
ARG FIREFOX_VERSION='118.0'

#FROM natep18f/container-cypress-test:container-build-ui
#FROM amyfarrellatgsa/container-cypress-test:container-build-ui

FROM cypress/factory
WORKDIR /e2e
Expand Down

0 comments on commit 593df39

Please sign in to comment.